maplistmodel: Make constructor transfer full
authorMatthias Clasen <mclasen@redhat.com>
Sun, 26 Jul 2020 18:20:25 +0000 (14:20 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 26 Jul 2020 22:02:51 +0000 (18:02 -0400)
commit32b8fe40bbe4fbc7f33e4c9893d41d22ca5812fb
tree983be1cf216eb118b3a52f40bf7c51256ce38213
parent1e8be8702693ae24d58e32de848171a9f4c762a2
maplistmodel: Make constructor transfer full

This is for consistency with other wrapping list constructors.
We want them all to be transfer full, allow-none.

Update all callers.
gtk/gtkmaplistmodel.c
gtk/inspector/controllers.c
testsuite/gtk/maplistmodel.c